Click here to return to the VHDL Reference Guide. | (last edit: 24. september 2012) | |
Concurrent StatementA statement which is concurrent with respect to all other such statements.The following are concurrent statements:
Whereentity-begin-HERE-end architecture-begin-HERE-end block-begin-HERE-end generate-begin-HERE-end RulesThe concurrent signal assignment, concurrent assert and concurrent procedure call are defined in terms of equivalent process statements. Thus, their labels are optional, and they may be postponed.See AlsoSequential Statement |